home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d916.lha / MathPlot / Install_Eng_Prefs < prev    next >
Text File  |  1993-10-04  |  636b  |  41 lines

  1. .k ""
  2. FailAt 20
  3.  
  4. set bcol0 "*E[40m"
  5. set bcol2 "*E[42m"
  6. set bold  "*E[1m"
  7. set nbold "*E[22m"
  8.  
  9. Echo "*n     $bcol2 Prefs Installation Script $bcol0*n"
  10.  
  11. Echo "*n Recommend answering 'Y' to the following question if: "
  12. Echo " "
  13. Echo "       - Your native language is English "
  14. Echo "       - You intend running MathPlot from the CLI"
  15. Echo " "
  16. Echo " "
  17.  
  18. Ask "Install prefs to S:"
  19. If NOT WARN
  20.    Skip Aborted
  21. EndIf
  22.  
  23. Copy mplot.prefs S:
  24.  
  25. Echo "*nInstallation complete.*n"
  26. Skip END
  27.  
  28. Lab ABORTED
  29.  
  30. Echo "*nInstallation aborted!*n"
  31.  
  32. Lab END
  33.  
  34. unset bcol0
  35. unset bcol2
  36.  
  37. Echo "*n*E[3mClick the close gadget to continue! *E[23m*n"
  38.  
  39. Wait 2
  40. EndCLI >NIL:
  41.